TSTP Solution File: SWV442^1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SWV442^1 : TPTP v8.1.2. Released v3.7.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.1C66FHRHKQ true

% Computer : n014.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Fri Sep  1 00:09:59 EDT 2023

% Result   : Theorem 0.84s 0.81s
% Output   : Refutation 0.84s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   33
% Syntax   : Number of formulae    :   46 (  31 unt;  11 typ;   0 def)
%            Number of atoms       :  110 (  30 equ;   1 cnn)
%            Maximal formula atoms :    9 (   3 avg)
%            Number of connectives :  123 (   8   ~;   6   |;   0   &;  92   @)
%                                         (   0 <=>;  12  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   90 (  90   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   15 (  11 usr;   3 con; 0-3 aty)
%                                         (   5  !!;   0  ??;   0 @@+;   0 @@-)
%            Number of variables   :   73 (  56   ^;  17   !;   0   ?;  73   :)

% Comments : 
%------------------------------------------------------------------------------
thf(cs4_atom_type,type,
    cs4_atom: ( $i > $o ) > $i > $o ).

thf(cs4_impl_type,type,
    cs4_impl: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(mor_type,type,
    mor: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(mnot_type,type,
    mnot: ( $i > $o ) > $i > $o ).

thf(reli_type,type,
    reli: $i > $i > $o ).

thf(mimpl_type,type,
    mimpl: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(bl_valid_type,type,
    bl_valid: ( $i > $o ) > $o ).

thf(bl_atom_type,type,
    bl_atom: ( $i > $o ) > $i > $o ).

thf(bl_impl_type,type,
    bl_impl: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(mvalid_type,type,
    mvalid: ( $i > $o ) > $o ).

thf(mbox_type,type,
    mbox: ( $i > $i > $o ) > ( $i > $o ) > $i > $o ).

thf(bl_valid_def,axiom,
    bl_valid = mvalid ).

thf(mvalid,axiom,
    ( mvalid
    = ( ^ [P: $i > $o] :
        ! [W: $i] : ( P @ W ) ) ) ).

thf('0',plain,
    ( mvalid
    = ( ^ [P: $i > $o] :
        ! [W: $i] : ( P @ W ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mvalid]) ).

thf('1',plain,
    ( mvalid
    = ( ^ [V_1: $i > $o] :
        ! [X4: $i] : ( V_1 @ X4 ) ) ),
    define([status(thm)]) ).

thf('2',plain,
    bl_valid = mvalid,
    inference(simplify_rw_rule,[status(thm)],[bl_valid_def,'1']) ).

thf('3',plain,
    bl_valid = mvalid,
    define([status(thm)]) ).

thf(bl_impl,axiom,
    ( bl_impl
    = ( ^ [A: $i > $o,B: $i > $o] : ( cs4_impl @ A @ B ) ) ) ).

thf(cs4_impl,axiom,
    ( cs4_impl
    = ( ^ [A: $i > $o,B: $i > $o] : ( mbox @ reli @ ( mimpl @ A @ B ) ) ) ) ).

thf(mbox,axiom,
    ( mbox
    = ( ^ [R: $i > $i > $o,P: $i > $o,X: $i] :
        ! [Y: $i] :
          ( ( R @ X @ Y )
         => ( P @ Y ) ) ) ) ).

thf('4',plain,
    ( mbox
    = ( ^ [R: $i > $i > $o,P: $i > $o,X: $i] :
        ! [Y: $i] :
          ( ( R @ X @ Y )
         => ( P @ Y ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mbox]) ).

thf('5',plain,
    ( mbox
    = ( ^ [V_1: $i > $i > $o,V_2: $i > $o,V_3: $i] :
        ! [X4: $i] :
          ( ( V_1 @ V_3 @ X4 )
         => ( V_2 @ X4 ) ) ) ),
    define([status(thm)]) ).

thf(mimpl,axiom,
    ( mimpl
    = ( ^ [U: $i > $o,V: $i > $o] : ( mor @ ( mnot @ U ) @ V ) ) ) ).

thf(mor,axiom,
    ( mor
    = ( ^ [X: $i > $o,Y: $i > $o,U: $i] :
          ( ( X @ U )
          | ( Y @ U ) ) ) ) ).

thf('6',plain,
    ( mor
    = ( ^ [X: $i > $o,Y: $i > $o,U: $i] :
          ( ( X @ U )
          | ( Y @ U ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mor]) ).

thf('7',plain,
    ( mor
    = ( ^ [V_1: $i > $o,V_2: $i > $o,V_3: $i] :
          ( ( V_1 @ V_3 )
          | ( V_2 @ V_3 ) ) ) ),
    define([status(thm)]) ).

thf(mnot,axiom,
    ( mnot
    = ( ^ [X: $i > $o,U: $i] :
          ~ ( X @ U ) ) ) ).

thf('8',plain,
    ( mnot
    = ( ^ [X: $i > $o,U: $i] :
          ~ ( X @ U ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mnot]) ).

thf('9',plain,
    ( mnot
    = ( ^ [V_1: $i > $o,V_2: $i] :
          ~ ( V_1 @ V_2 ) ) ),
    define([status(thm)]) ).

thf('10',plain,
    ( mimpl
    = ( ^ [U: $i > $o,V: $i > $o] : ( mor @ ( mnot @ U ) @ V ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mimpl,'7','9']) ).

thf('11',plain,
    ( mimpl
    = ( ^ [V_1: $i > $o,V_2: $i > $o] : ( mor @ ( mnot @ V_1 ) @ V_2 ) ) ),
    define([status(thm)]) ).

thf('12',plain,
    ( cs4_impl
    = ( ^ [A: $i > $o,B: $i > $o] : ( mbox @ reli @ ( mimpl @ A @ B ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[cs4_impl,'5','11','7','9']) ).

thf('13',plain,
    ( cs4_impl
    = ( ^ [V_1: $i > $o,V_2: $i > $o] : ( mbox @ reli @ ( mimpl @ V_1 @ V_2 ) ) ) ),
    define([status(thm)]) ).

thf('14',plain,
    ( bl_impl
    = ( ^ [A: $i > $o,B: $i > $o] : ( cs4_impl @ A @ B ) ) ),
    inference(simplify_rw_rule,[status(thm)],[bl_impl,'13','5','11','7','9']) ).

thf('15',plain,
    ( bl_impl
    = ( ^ [V_1: $i > $o,V_2: $i > $o] : ( cs4_impl @ V_1 @ V_2 ) ) ),
    define([status(thm)]) ).

thf(bl_atom,axiom,
    ( bl_atom
    = ( ^ [P: $i > $o] : ( cs4_atom @ P ) ) ) ).

thf(cs4_atom,axiom,
    ( cs4_atom
    = ( ^ [P: $i > $o] : ( mbox @ reli @ P ) ) ) ).

thf('16',plain,
    ( cs4_atom
    = ( ^ [P: $i > $o] : ( mbox @ reli @ P ) ) ),
    inference(simplify_rw_rule,[status(thm)],[cs4_atom,'5']) ).

thf('17',plain,
    ( cs4_atom
    = ( ^ [V_1: $i > $o] : ( mbox @ reli @ V_1 ) ) ),
    define([status(thm)]) ).

thf('18',plain,
    ( bl_atom
    = ( ^ [P: $i > $o] : ( cs4_atom @ P ) ) ),
    inference(simplify_rw_rule,[status(thm)],[bl_atom,'17','5']) ).

thf('19',plain,
    ( bl_atom
    = ( ^ [V_1: $i > $o] : ( cs4_atom @ V_1 ) ) ),
    define([status(thm)]) ).

thf(bl_id,conjecture,
    ! [A: $i > $o] : ( bl_valid @ ( bl_impl @ ( bl_atom @ A ) @ ( bl_atom @ A ) ) ) ).

thf(zf_stmt_0,conjecture,
    ! [X4: $i > $o,X6: $i,X8: $i] :
      ( ( reli @ X6 @ X8 )
     => ( ! [X12: $i] :
            ( ( reli @ X8 @ X12 )
           => ( X4 @ X12 ) )
        | ~ ! [X10: $i] :
              ( ( reli @ X8 @ X10 )
             => ( X4 @ X10 ) ) ) ) ).

thf(zf_stmt_1,negated_conjecture,
    ~ ! [X4: $i > $o,X6: $i,X8: $i] :
        ( ( reli @ X6 @ X8 )
       => ( ! [X12: $i] :
              ( ( reli @ X8 @ X12 )
             => ( X4 @ X12 ) )
          | ~ ! [X10: $i] :
                ( ( reli @ X8 @ X10 )
               => ( X4 @ X10 ) ) ) ),
    inference('cnf.neg',[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl6,plain,
    ~ ( !!
      @ ^ [Y0: $i > $o] :
          ( !!
          @ ^ [Y1: $i] :
              ( !!
              @ ^ [Y2: $i] :
                  ( ( reli @ Y1 @ Y2 )
                 => ( ( !!
                      @ ^ [Y3: $i] :
                          ( ( reli @ Y2 @ Y3 )
                         => ( Y0 @ Y3 ) ) )
                    | ( (~)
                      @ ( !!
                        @ ^ [Y3: $i] :
                            ( ( reli @ Y2 @ Y3 )
                           => ( Y0 @ Y3 ) ) ) ) ) ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl9,plain,
    $false,
    inference('simplify boolean subterms',[status(thm)],[zip_derived_cl6]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SWV442^1 : TPTP v8.1.2. Released v3.7.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.1C66FHRHKQ true
% 0.13/0.35  % Computer : n014.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Tue Aug 29 05:58:00 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.36  % Python version: Python 3.6.8
% 0.13/0.36  % Running in HO mode
% 0.22/0.66  % Total configuration time : 828
% 0.22/0.66  % Estimated wc time : 1656
% 0.22/0.66  % Estimated cpu time (8 cpus) : 207.0
% 0.22/0.74  % /export/starexec/sandbox/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.22/0.75  % /export/starexec/sandbox/solver/bin/lams/40_c.s.sh running for 80s
% 0.22/0.75  % /export/starexec/sandbox/solver/bin/lams/40_c_ic.sh running for 80s
% 0.22/0.75  % /export/starexec/sandbox/solver/bin/lams/15_e_short1.sh running for 30s
% 0.22/0.75  % /export/starexec/sandbox/solver/bin/lams/40_b.comb.sh running for 70s
% 0.22/0.75  % /export/starexec/sandbox/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 0.84/0.75  % /export/starexec/sandbox/solver/bin/lams/40_noforms.sh running for 90s
% 0.84/0.76  % /export/starexec/sandbox/solver/bin/lams/30_sp5.sh running for 60s
% 0.84/0.81  % Solved by lams/15_e_short1.sh.
% 0.84/0.81  % done 0 iterations in 0.020s
% 0.84/0.81  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.84/0.81  % SZS output start Refutation
% See solution above
% 0.84/0.81  
% 0.84/0.81  
% 0.84/0.81  % Terminating...
% 1.51/0.88  % Runner terminated.
% 1.84/0.89  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------